home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / pc / dos / dtp / display / doc / sheet.tpl < prev    next >
Text File  |  1995-11-14  |  8KB  |  243 lines

  1. # This is a comment line
  2. # Line starts with ! is a command line
  3.  
  4. # !!! Warning : The effects of commands are ACCUMULATED.
  5.  
  6. # This file contains all commands known by DISPLAY.
  7. # This file is for documentation. Copy it to another file and use that file
  8. #   to generate conatc sheet.
  9.  
  10. # If you load this file within DISPLAY, The settings in this file will
  11. # override the current settings in DISPLAY.
  12.  
  13. # this is identifier
  14. batch_contact_sheet
  15.  
  16. # all lines between !neglect_begin and !neglect_end are ignored, including
  17. # command lines and image file names.
  18. # A !neglect_end without the corresponding !neglect_begin is ignored.
  19. #!neglect_begin
  20. #!neglect_end
  21.  
  22. # whole contact sheet size. Default is in config.dis
  23. # min value is 32.
  24. #!sheet_width 800
  25. #!sheet_height 600
  26.  
  27. # contact sheet work space offset and size. These four parameters define
  28. # a rectangle for contact sheet making. work space must <= whole size.
  29. # offset starts from 0. Default is in config.dis.
  30. # work size can be 0 or >= 32. 0 means using whole contact sheet.
  31. # If you set work space, DISPLAY doesn't trim contact sheet.
  32. #!sheet_work_offset_x 0
  33. #!sheet_work_offset_y 0
  34. #!sheet_work_width 0
  35. #!sheet_work_height 0
  36.  
  37. # method. choose one. Default is in config.dis
  38. #!variable_box_size
  39. #!fixed_box_size
  40. #!fixed_box_width
  41. #!fixed_box_height
  42. #!fixed_image_area
  43.  
  44. # for fixed_box_* method. Default is in config.dis
  45. # min value is 8.
  46. #!box_width 80
  47. #!box_height 80
  48.  
  49. # for variable_box_size method only. Default is in config.dis
  50. # min value is 8.
  51. #!image_min_width 8
  52. #!image_min_height 8
  53.  
  54. # Image area for fixed_image_area method. Default is in config.dis
  55. # min value is 64 (8 * 8).
  56. #!image_area 64000
  57.  
  58. # For fixed box, fixed box width, fixed box height and fixed area.
  59. # Min values for the specified methods. If you specify these values,
  60. # DISPLAY scales the box size or area automatically.
  61. # 0 means "don't use". Default is in config.dis
  62. #!min_box_width=0
  63. #!min_box_height=0
  64. #!min_image_area=0
  65.  
  66. # Pack as many boxes as possible in single sheet. For all methods.
  67. # Default is no. 'max_pack' overrides 'number_image'.
  68. # Useful for wild card file name.
  69. # Note : If you use max_pack with variable_box_size method, be sure to set
  70. #        the image_min_width & image_min_height to reasonable value.
  71. #!max_pack
  72. #!no_max_pack
  73.  
  74. # Default number of images in single sheet. Default is none, that is,
  75. # sheet is generated only when 'generate' appears. 0 = none.
  76. # Useful for wild card file name.
  77. #!number_image 0
  78.  
  79. # Max number of images per row. 0 = no limit. Default is in config.dis.
  80. #!image_per_row 0
  81.  
  82. # Try to produce contact sheet every threshold_number images. Works for
  83. # 'max_pack' and 'number_image' only. 0 = none. Default is none.
  84. # useful for wild card file name. Use less memory.
  85. #!threshold_number 0
  86.  
  87. # Whether generate .idx file or not. Please read DISPLAY.DOC for the
  88. # purpose of .idx file. Default is no_index.
  89. #!index
  90. #!no_index
  91.  
  92. # Draw frame around image or not. Default is in config.dis.
  93. # frame_around_box is for fixed_box_size only.
  94. #!frame_around_image
  95. #!frame_around_box
  96. #!no_frame_around
  97.  
  98. # Contact sheet colors. Defaults are in config.dis.
  99. # Order: Red,Green,Blue. Range: 0 -- 255.
  100. #!background_color 200,200,255
  101. #!string_color 0,0,0
  102. #!title_color 0,0,255
  103. #!frame_color 0,0,0
  104.  
  105. # Background image name. Default is in config.dis.
  106. #!background c:\image\jpg\back.jpg
  107.  
  108. # Background image arrangement: center, repeat, none.
  109. # Default is in config.dis.
  110. # 'none' means set background image to none.
  111. #!bg_arrange center
  112.  
  113. # Show text string background color. Default is in config.dis
  114. #!show_text_back
  115. #!no_show_text_back
  116.  
  117. # string options: print image internal or user-input strings.
  118. # Default is internal (name_dimension).
  119. #!name_dimension
  120. #!user_input
  121.  
  122. # text display options (for string options above). Default is in cnfig.dis.
  123. # There can be two text strings for each image in contact sheet.
  124. # If you choose 'user_input', 'filename' means 'display user string1',
  125. #   and 'dimension' and 'description' mean 'display user string2'.
  126. # For text string1:
  127. #!text1_option none
  128. #!text1_option filename
  129.  
  130. # For text string2:
  131. #!text2_option none
  132. #!text2_option dimension
  133. #!text2_option description
  134.  
  135. # Sort image by : none, name, height, width.
  136. # default is in config.dis.
  137. #!sort_by none
  138.  
  139. # Auto adjust image location or not. Default is in config.dis.
  140. #!auto_adjust
  141. #!no_auto_adjust
  142.  
  143. # Auto trim the unused space at the contact sheet bottom.
  144. # Default is in config.dis.
  145. #!auto_trim
  146. #!no_auto_trim
  147.  
  148. # Horizontal alignment of image row. Default is in config.dis.
  149. #!horz_distribute
  150. #!horz_center
  151. #!horz_eqwidth
  152.  
  153. # Start a new row if image's total height changes. This is for 'sort image
  154. # by total height' only. Default is in config.dis.
  155. #!new_height_next
  156. #!no_new_height_next
  157.  
  158. # Align text strings on the same row. Default is in config.dis.
  159. #!align_string
  160. #!no_align_string
  161.  
  162. # Fonts for title & string. Default is in config.dis.
  163. # You can't include path in the font name. DISPLAY searches font_path for
  164. # fonts.
  165. #!string_font pc8x16.fnt
  166. #!title_font pc8x16.fnt
  167.  
  168. # output format (standard extension). Default is JPG.
  169. #!format jpg
  170. # output color type : bw, grey, color, true. Default is true(truecolor).
  171. #!color_type true
  172.  
  173. # choose exact file name or template. Default is exact file name.
  174.  
  175. # exact output file name. max 8 chars. Default is "contact"
  176. #!output_file contact
  177.  
  178. # output file template. generates sheet001, sheet002, sheet003 ...
  179. # max 7 chars. Default is "contact"
  180. #!output_template sheet
  181. # Default is 1
  182. #!template_counter_start 1
  183.  
  184. # input/output directory. Default is current directory.
  185. #!input_dir
  186. #!output_dir
  187.  
  188. # Use 4DOS description file as contact sheet title. Default description 
  189. # filename is in config.dis. If 'input_dir' is "c:/aaa/bbb/ccc", DISPLAY
  190. # searches the description file in "c:/aaa/bbb" for "ccc" entry and uses the 
  191. # description for as 'title'. If not found, 'title' is unchange.
  192. # every time you change the 'input_dir', 'title' is changed, too.
  193. # default is no.
  194. #!title_desc
  195. #!no_title_desc
  196.  
  197. # contact sheet title (up to 49 chars). Default is in config.dis.
  198. # This command disables the '!title_desc' command.
  199. #!title This is contact sheet title
  200.  
  201. # input image files.
  202. # If file name contains path(e.g. c:/image/aaaa.gif or ../bbbb.jpg), it is
  203. #   used as is, that is, 'input_dir' is ignored. Otherwise 'input_dir' is
  204. #   assumed.
  205. # If you start 'batch contact sheet' from within DISPLAY, you can use 
  206. #   '!use_tagged' command to add the tagged files to file list. It is useless
  207. #   for command-line batch contact sheet making.
  208. # Wild card is allowed. See MATCH.DOC for the wild card match.
  209. # Notes:
  210. #   don't use '\' in wild card, though it is allowed in filename mask.
  211. #   wild card files are sorted by file name.
  212. #   DISPLAY completes each wild card processing before making contact sheet. 
  213. #     So if you use wild card, be sure that you have enough memory to build
  214. #     the filename list.
  215.  
  216. #!use_tagged
  217. a:/image/aaaa.gif
  218. ../bbbb.jpg
  219. cccc.bmp
  220. dddd.rle
  221. *.gif
  222. #        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  223. #        you can write 2 'user input' strings after image name.
  224. #        Each up to 49 chars.
  225. #        Please read DISPLAY.FAQ for more information.
  226.  
  227. # generate contact sheet or ignore above images
  228. # 'genrate' and 'ignore' advance the template counter.
  229. !generate
  230. #!ignore
  231.  
  232. # you can change any command and generate another contact sheet.
  233.  
  234. !input_dir c:/qqq/rrr
  235.  
  236. eeee.gif
  237. ffff.gif
  238. hhhh.gif
  239. yyyy.gif
  240.  
  241. # generate 2nd contact sheet
  242. !generate
  243.